std::regex_match
From Cppreference
| C++ Standard Library |
|---|
| Regular expressions library |
| Template:cpp/regex/sidebar content |
| Defined in header <regex>
|
||
| template<
class BidirectionalIterator, |
(1) | |
| template<
class BidirectionalIterator, |
(2) | |
| template<
class CharT, |
(3) | |
| template<
class STraits, |
(4) | |
| template< class CharT, class Traits >
bool regex_match( const CharT* str, |
(5) | |
| template <
class STraits, |
(6) | |
| This section is incomplete |